func go/constant.i64toi
4 uses
go/constant (current package)
value.go#L274: func i64toi(x int64Val) intVal { return intVal{newInt().SetInt64(int64(x))} }
value.go#L696: t = i64toi(x)
value.go#L1059: return i64toi(x1), y
value.go#L1287: z := i64toi(x).val
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)